home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17840 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news01.aud.alcatel.com!usenet
  2. From: lewikk@grasshopper.aud.alcatel.com (Kevin K. Lewis)
  3. Newsgroups: comp.object,comp.lang.sather,comp.lang.eiffel,comp.lang.c++
  4. Subject: UNIX Process Management
  5. Date: 17 Apr 1996 14:00:52 -0500
  6. Organization: Alcatel Network Systems
  7. Sender: lewikk@grasshopper.aud.alcatel.com
  8. Message-ID: <qcw91fullp7.fsf@grasshopper.aud.alcatel.com>
  9. NNTP-Posting-Host: grasshopper.aud.alcatel.com
  10. X-Newsreader: Gnus v5.1
  11.  
  12.  
  13. Does anyone know of significant work done on managing UNIX
  14. processes/tasks as objects?  I'm looking for something that describes
  15. processes as objects, including how one:
  16.  
  17. o Creates and destroys a task (fork+exec, kill)
  18.  
  19. o Communicates with a task:
  20.  
  21.   o through a consistent and flexible interface (something
  22.     like task.send(message), where message is an abstract base class
  23.     of all message classes, as in the following bullet).
  24.  
  25.   o using sockets, streams, signals and mail (msgsnd,msgrcv)
  26.  
  27.   o that already exists
  28.  
  29. o Establishes a client-server relationship with a new or existing
  30.   task
  31.  
  32. I've thought about this a bit, but I'm not sure if I'm going in the
  33. right direction.  I've looked at offerings from some vendors, but they
  34. don't seem to provide the full picture (they mostly concentrate on
  35. communication, which is good but not enough).
  36.  
  37. I can use either code (I'd prefer Sather, Eiffel, or C++, since I read
  38. those best), class and object diagrams (I can read BON, Fusion, Booch
  39. and OMT), or a reference to a published work (article, book, etc).
  40.  
  41. Thanks for any help or insight.
  42. -- 
  43. Kevin K. Lewis               | My opinions may be unreasonable
  44. lewikk@aud.alcatel.com       | but such is the voice of inspiration
  45.